[MESSAGES CONTROL]
disable=
    C,
    R,
    fixme,
    locally-disabled,
    protected-access,
    useless-else-on-loop,
    cell-var-from-loop, # https://github.com/PyCQA/pylint/issues/1934
enable=useless-suppression

[REPORTS]
reports=n
